Skip to content

Commit

Permalink
Update docker-compose-magnus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron3S authored and BaiJiangJie committed Dec 18, 2023
1 parent 4b3d9dd commit 17beda8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/docker-compose-magnus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- ${MAGNUS_MYSQL_PORT:-33061}:33061
- ${MAGNUS_MARIADB_PORT:-33062}:33062
- ${MAGNUS_REDIS_PORT:-63790}:63790
- ${MAGNUS_SQLSERVER_PORT:-14330}:14330
volumes:
- ${CONFIG_DIR}/certs:/opt/magnus/data/certs
- ${VOLUME_DIR}/magnus/data:/opt/magnus/data
Expand All @@ -25,4 +26,4 @@ services:
retries: 3
start_period: 10s
networks:
- net
- net

0 comments on commit 17beda8

Please sign in to comment.