Fixed docker container not restarting

This commit is contained in:
Bo⋆˚✿˖° 2024-12-11 17:15:06 +01:00
parent 664b3eb4a4
commit a2b0e5c793
Signed by: FreedTapestry21
GPG key ID: 0664F1BDE43BA236

View file

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