Skip to content

Commit

Permalink
fix volume config
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewErispe committed Jul 15, 2024
1 parent e2f56b9 commit b8f2d7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devops/linux/docker/conf/stack/docker-stack-high-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -767,10 +767,10 @@ services:
networks:
- backend
volumes:
- type: bind
source: $DATA_SYSTEM_CONFIG_DIR
target: /app/conf_system
read_only: true
- type: bind
source: $DATA_SYSTEM_CONFIG_DIR
target: /app/conf_system
read_only: true
environment:
POSTGRESQL_IP: postgresql
POSTGRESQL_PORT: 5432
Expand Down

0 comments on commit b8f2d7b

Please sign in to comment.