docker export port for my server

This commit is contained in:
nemo 2024-11-21 21:13:34 +01:00
parent 0c55110204
commit 1eb2a0cdd2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
container_name: "penger-party" container_name: "penger-party"
image: "node" image: "node"
ports: ports:
- "6969:6969" - "6912:6969"
- "4242:4242" - "4242:4242"
volumes: volumes:
- ".:/app" - ".:/app"