Add a network

This commit is contained in:
Isaac Shoebottom 2024-06-18 00:00:35 -03:00
parent d413a6d307
commit 85e63ab3b5

View File

@ -7,4 +7,8 @@ services:
volumes:
- /docker/appdata/redbot/data:/data
environment:
- TZ=America/Moncton
- TZ=America/Moncton
networks:
default:
name: "ubuntu-server"
external: true