Skip to content

Commit 4abaded

Browse files
committed
Add docker-compose.prod.yml
1 parent b345ca7 commit 4abaded

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.prod.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "3.8"
2+
3+
services:
4+
proxy:
5+
image: vollborn/minecraft-nginx-reverse-proxy
6+
restart: unless-stopped
7+
ports:
8+
- "${LOCAL_PORT:-25565}:25565"
9+
environment:
10+
INITIAL_HOST: "${INITIAL_HOST}"
11+
INITIAL_PORT: "${INITIAL_PORT}"
12+
TZ: "${TZ:-Europe/Berlin}"

0 commit comments

Comments
 (0)