fix: remove quotes from networks.traefik.external boolean value
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Leopere 2025-04-04 19:53:13 -04:00
parent 645e2ccdad
commit 1311b0557a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# build 0 # build 0
networks: networks:
traefik: traefik:
external: "true" external: true
services: services:
n8n: n8n:

View File

@ -1,6 +1,6 @@
networks: networks:
traefik: traefik:
external: "true" external: true
default: default:
services: services: