Skip to content

Commit e9f27b0

Browse files
committed
Always restart octopus and mssql
1 parent 59792f9 commit e9f27b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ services:
4141
- CONNSTRING=Server=mssql,1433;Database=Octopus;User Id=SA;Password=Password01!;ConnectRetryCount=6;Max Pool Size=5000
4242
- MASTER_KEY=6EdU6IWsCtMEwk0kPKflQQ==
4343
- OCTOPUS_SERVER_BASE64_LICENSE
44+
restart: always
4445
platform: linux/x86_64
4546
image: octopusdeploy/octopusdeploy:2023.3
4647
networks:
@@ -58,6 +59,7 @@ services:
5859
ACCEPT_EULA: Y
5960
SA_PASSWORD: Password01!
6061
MSSQL_PID: Express
62+
restart: always
6163
platform: linux/x86_64
6264
image: mcr.microsoft.com/mssql/server:2022-latest
6365
networks:

0 commit comments

Comments
 (0)