add custom network

This commit is contained in:
Mylloon 2021-08-16 18:55:50 +02:00
parent 2652787642
commit f98ed172c1

View file

@ -14,7 +14,7 @@ services:
volumes: volumes:
- /here/your/path/:/opt/db - /here/your/path/:/opt/db
networks: networks:
- default - kassoubot-network
depends_on: depends_on:
- lavalink - lavalink
restart: unless-stopped restart: unless-stopped
@ -25,5 +25,8 @@ services:
ports: ports:
- 2333:2333 - 2333:2333
networks: networks:
- default - kassoubot-network
restart: unless-stopped restart: unless-stopped
networks:
kassoubot-network:
name: kassoubot-network