Compare commits
No commits in common. "329d36e1ee2edfd1db5aaa45ad631925d5ab1418" and "f7522e2f5d3dfb90d51c865b75364ec6d87c145c" have entirely different histories.
329d36e1ee
...
f7522e2f5d
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
- SUDO_PASSWORD_HASH= #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8443:8443
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ services:
|
|||
- SUDO_PASSWORD_HASH= #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8444:8443
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ services:
|
|||
volumes:
|
||||
- ./config:/config
|
||||
- ./custom:/basex/lib/custom
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- 8444:8443
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Reference in a new issue