12 lines
275 B
Text
12 lines
275 B
Text
version: "3.3"
|
|
services:
|
|
yacht:
|
|
ports:
|
|
- ${IP}:${PORT}:8000
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- ${DATA_DIR}:/config
|
|
container_name: yacht-${IP}-${PORT}
|
|
restart: unless-stopped
|
|
image: selfhostedpro/yacht
|
|
networks: {}
|