fix: set restart policy of errorpages to Unelss stopped

This commit is contained in:
2026-01-24 00:53:41 +01:00
parent b7ecf88052
commit 303d23968d
+1
View File
@@ -2,6 +2,7 @@ services:
errorpage: errorpage:
build: . build: .
container_name: error-pages container_name: error-pages
restart: unless-stopped
ports: ports:
- 1234:80 - 1234:80
networks: networks: