You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
259 B

version: '3'
services:
nzedb:
image: hub.pi-farm.duckdns.org/nzedb_aio:arm64
container_name: nzedb
ports:
- 8800:80
volumes:
- ./nZEDb_data/nZEDb:/var/www/nZEDb
- ./nZEDb_db/mysql:/var/lib/mysql
restart: unless-stopped