Fixed docker

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 17:20:51 +08:00
parent 925cd19315
commit 64c0365c7c

View file

@ -1,9 +1,9 @@
services:
template:
container_name: ${NAME}
container_name: template
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
ports:
- ${PORT}:8080
- 8080:8080