potatis/nes-cloud/docker-compose.yaml
Henrik Persson 6352f1b31c Cloud
2023-03-13 00:37:52 +01:00

12 lines
No EOL
220 B
YAML

version: "3.9"
services:
potatis:
build:
context: ..
dockerfile: nes-cloud/Dockerfile
ports:
- "4444:4444"
- "5555:5555"
- "6666:6666"
- "7777:7777"
restart: unless-stopped