Fixed docker container not restarting

This commit is contained in:
Stella⋆˚✿˖° 2024-12-11 17:15:06 +01:00
parent 8bb6e2a8c0
commit 9702a16705

View File

@ -1,7 +1,7 @@
services:
web:
build: .
# image: pixelated:testing
container_name: pixelated-web
restart: unless-stopped
ports:
- '80:80'