mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:28:34 +01:00
fix: add restart always to nginx container
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "5051:5051"
|
||||
- "5052:5052"
|
||||
|
||||
Reference in New Issue
Block a user