clarification

This commit is contained in:
HugeFrog24
2025-01-15 00:19:16 +01:00
parent 128a06be30
commit 99cc7218a7

View File

@@ -3,7 +3,9 @@ services:
build:
context: .
dockerfile: Dockerfile
image: bogerserge/shakethefrog:latest
ports:
# HOST_PORT:CONTAINER_PORT - Maps port 3000 on the host to port 3000 in the container
- "3000:3000"
restart: unless-stopped
healthcheck: