added restart: until-stopped

This commit is contained in:
Ulysia 2024-04-07 22:52:01 +02:00
parent 0f6872bde0
commit 7e7d65760f

View file

@ -3,6 +3,7 @@ version: '3' # Specify a Docker Compose file version
services:
site: # Name of your service
build: . # Path to your Dockerfile (assumes it's in the same directory)
restart: unless-stopped
ports:
- "3004:8080" # Map external port 3000 to internal port 8080
volumes: