1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00

Remove docker compose restart always (dev) (#2284)

This commit is contained in:
Oscar Hinton 2022-09-27 15:25:14 +02:00 committed by GitHub
parent a536d89264
commit ea0087ee6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@ version: "3.9"
services:
mssql:
image: mcr.microsoft.com/azure-sql-edge:latest
restart: always
environment:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: ${MSSQL_PASSWORD}
@ -41,7 +40,6 @@ services:
postgres:
image: postgres:14
restart: always
ports:
- "5432:5432"
environment:
@ -58,7 +56,6 @@ services:
mysql:
image: mysql:8
container_name: bw-mysql
restart: always
ports:
- "3306:3306"
command: --default-authentication-plugin=mysql_native_password