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:
parent
a536d89264
commit
ea0087ee6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user