remove network
This commit is contained in:
@@ -13,8 +13,6 @@ services:
|
||||
volumes:
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/data/docker/passbolt-prod-3/db-data:/var/lib/mysql:rw"
|
||||
networks:
|
||||
- "passbolt"
|
||||
|
||||
passbolt:
|
||||
image: "passbolt/passbolt:latest-ce-non-root"
|
||||
@@ -49,8 +47,6 @@ services:
|
||||
#Alternatively for non-root images:
|
||||
# - 80:8080
|
||||
# - 443:4433
|
||||
networks:
|
||||
- "passbolt"
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.passbolt.entrypoints: "websecure"
|
||||
|
||||
Reference in New Issue
Block a user