Skip to content

Commit fc712fa

Browse files
committed
change stacks
1 parent 4358d81 commit fc712fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ova/files/docker-compose.standalone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ services:
6060
volumes:
6161
- /var/run/docker.sock:/var/run/docker.sock
6262
- ./.volumes/dockge:/app/data
63-
- /opt/defguard:/opt/defguard
63+
- /opt:/opt
6464
environment:
65-
DOCKGE_STACKS_DIR: /opt/defguard
65+
DOCKGE_STACKS_DIR: /opt
6666

6767
db:
6868
restart: always

ova/files/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ services:
6161
volumes:
6262
- /var/run/docker.sock:/var/run/docker.sock
6363
- ./.volumes/dockge:/app/data
64-
- /opt/defguard:/opt/defguard
64+
- /opt:/opt
6565
environment:
66-
DOCKGE_STACKS_DIR: /opt/defguard
66+
DOCKGE_STACKS_DIR: /opt
6767

6868
db:
6969
restart: always

0 commit comments

Comments
 (0)