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

@ -5,4 +5,8 @@ services:
container_name: jmusicbot
restart: unless-stopped
volumes:
- /docker/appdata/jmusicbot:/jmb/config
- /docker/appdata/jmusicbot:/jmb/config
networks:
default:
name: "ubuntu-server"
external: true

View File

@ -9,4 +9,8 @@ services:
env_file:
- ../stack.env
environment:
- REGISTER_COMMANDS_ON_BOT=true
- REGISTER_COMMANDS_ON_BOT=true
networks:
default:
name: "ubuntu-server"
external: true