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.
 
 
 
 
 
 

15 lines
372 B

version: '3'
services:
nzedb:
image: hub.pi-farm.duckdns.org/nzedb_aio:arm64
container_name: nzedb
ports:
- 8800:80
volumes:
- /media/pi/usb_hd/docker/nzedb/nZEDb_data/nZEDb:/var/www/nZEDb
- /media/pi/usb_hd/docker/nzedb/nZEDb_db/mysql:/var/lib/mysql
deploy:
placement:
constraints:
- "node.hostname==pi-04"