We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59792f9 commit e9f27b0Copy full SHA for e9f27b0
docker/compose.yml
@@ -41,6 +41,7 @@ services:
41
- CONNSTRING=Server=mssql,1433;Database=Octopus;User Id=SA;Password=Password01!;ConnectRetryCount=6;Max Pool Size=5000
42
- MASTER_KEY=6EdU6IWsCtMEwk0kPKflQQ==
43
- OCTOPUS_SERVER_BASE64_LICENSE
44
+ restart: always
45
platform: linux/x86_64
46
image: octopusdeploy/octopusdeploy:2023.3
47
networks:
@@ -58,6 +59,7 @@ services:
58
59
ACCEPT_EULA: Y
60
SA_PASSWORD: Password01!
61
MSSQL_PID: Express
62
63
64
image: mcr.microsoft.com/mssql/server:2022-latest
65
0 commit comments