Update compose.yml

This commit is contained in:
David Rotermund 2024-07-26 17:44:03 +02:00 committed by GitHub
parent dec8996bc5
commit 9959525813
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,9 +21,15 @@ services:
timeout: 5s
retries: 5
start_period: 1s
ports:
expose:
- 3306:3306
network_mode: bridge
networks:
- vaultwarden-network
volumes:
mariadb_vol:
networks:
vaultwarden-network:
external: true