Added a restart clause to docker compose container definition.

This commit is contained in:
2026-01-07 09:32:47 +10:00
parent 5699865f2f
commit 6f1b80cb6f

View File

@@ -6,6 +6,7 @@ services:
image: php:8.2-apache
hostname: app_homepage
container_name: app_homepage
restart: unless-stopped
ports:
- "8080:80"
volumes: