Fixed docker container not restarting

This commit is contained in:
Bo⋆˚✿˖° 2024-12-11 17:15:06 +01:00
parent 84fdeaf5db
commit 7ee7f8e9db
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480

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'