Skip to content
Snippets Groups Projects
Commit 62a080ff authored by jabertwo's avatar jabertwo
Browse files

privatebin restart always

parent a568db47
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ services: ...@@ -11,7 +11,8 @@ services:
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`) - traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure - traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=8080 - traefik.http.services.{{ servicename }}.loadbalancer.server.port=8080
restart:
always
networks: networks:
web: web:
external: true external: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment