Skip to content

Commit 3f8cc4f

Browse files
committed
feat(edge): update manubes template
1 parent b3788ca commit 3f8cc4f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
version: '3'
2-
2+
33
services:
44
manubes-edge-node:
55
image: inray/manubes-edge:preview
66
volumes:
77
- /var/run/docker.sock:/var/run/docker.sock
8+
- manubes-data:/data
89
restart: always
910
environment:
1011
ACCEPT_EULA: ${ACCEPT_EULA}
11-
command: ${MANUBES_SECRET}
12+
command: ${MANUBES_SECRET}
13+
14+
volumes:
15+
manubes-data:

0 commit comments

Comments
 (0)