mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
12 lines
No EOL
220 B
YAML
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 |