generated from Nixius/template
fix: remove quotes from networks.traefik.external boolean value
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
645e2ccdad
commit
1311b0557a
|
|
@ -1,7 +1,7 @@
|
||||||
# build 0
|
# build 0
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: "true"
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: "true"
|
external: true
|
||||||
default:
|
default:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue