Update docker-compose.yml.j2

This commit is contained in:
Skillet 2023-05-08 14:38:20 -04:00 committed by GitHub
parent a7dbdacbed
commit b5700e8f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,10 @@ services:
source: {{ squad_server_configs_dir }}/{{ server.docker.name }}/ServerConfig/Admins.cfg
target: /home/squadjs/SquadConfig/Admins.cfg
read_only: true
- type: bind
source: /home/asgard/git/DiscordWhitelist/extgrps/{{ server.docker.name }}-autowl.cfg
target: /home/squadjs/SquadJS/autowlfiles/{{ server.docker.name }}-autowl.cfg
- type: volume
source: squad-{{ server.docker.name }}-logs