mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-23 15:18:27 +00:00
feat: add traefik restart policy (#1071)
Co-authored-by: Alfredo Altamirano <Ahuahuachi@users.noreply.github.com>
This commit is contained in:
parent
a580385295
commit
0d37d6505f
@ -3,6 +3,7 @@ version: "3.3"
|
||||
services:
|
||||
traefik:
|
||||
image: "traefik:v2.6"
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
# Enable Traefik for this service, to make it available in the public network
|
||||
- traefik.enable=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user