update network used

This commit is contained in:
Isaac Shoebottom 2024-06-17 20:21:46 -03:00
parent fa4336b0fc
commit b7cec4927f
2 changed files with 10 additions and 2 deletions

View File

@ -6,3 +6,7 @@ services:
restart: unless-stopped
volumes:
- /docker/appdata/jmusicbot:/jmb/config
networks:
default:
name: "ubuntu-server"
external: true

View File

@ -10,3 +10,7 @@ services:
- ../stack.env
environment:
- REGISTER_COMMANDS_ON_BOT=true
networks:
default:
name: "ubuntu-server"
external: true