mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 15:25:47 +02:00
Made Portainer network attachable
This commit is contained in:
parent
80619bef74
commit
868acbc08f
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# vim: ft=yaml
|
||||
version: '3'
|
||||
version: '3.2'
|
||||
|
||||
services:
|
||||
app:
|
||||
|
|
@ -42,6 +42,9 @@ services:
|
|||
- '/var/lib/docker/volumes:/var/lib/docker/volumes'
|
||||
|
||||
networks:
|
||||
default:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
public:
|
||||
external: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue