[c]change: updated docker compose
This commit is contained in:
parent
b6cdfeac4d
commit
696245b3da
1 changed files with 10 additions and 0 deletions
|
@ -18,9 +18,19 @@ services:
|
|||
networks:
|
||||
- internal-bridge
|
||||
|
||||
Monitor:
|
||||
image: gitpot.org/logolicusz/explorecraft_logolcicusz_knockoff:latest
|
||||
container_name: Monitor
|
||||
ports:
|
||||
- "3080:80"
|
||||
networks:
|
||||
- internal-bridge
|
||||
|
||||
volumes:
|
||||
caddy-data:
|
||||
|
||||
networks:
|
||||
internal-bridge:
|
||||
driver: bridge
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue