Skip to content

Commit

Permalink
[shopsys] changed default db server in adminer in local environment (…
Browse files Browse the repository at this point in the history
…#2803)
  • Loading branch information
grossmannmartin committed Sep 18, 2023
1 parent 1f140de commit c15b677
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker/conf/docker-compose-mac.yml.dist
Expand Up @@ -99,10 +99,12 @@ services:
shm_size: '2GB'

adminer:
image: adminer:4.7.6
image: adminer:latest
container_name: shopsys-framework-adminer
ports:
- "1100:8080"
environment:
ADMINER_DEFAULT_SERVER: postgres

smtp-server:
image: ixdotai/smtp:latest
Expand Down
4 changes: 3 additions & 1 deletion docker/conf/docker-compose.yml.dist
Expand Up @@ -100,10 +100,12 @@ services:
shm_size: '2GB'

adminer:
image: adminer:4.7.6
image: adminer:latest
container_name: shopsys-framework-adminer
ports:
- "1100:8080"
environment:
ADMINER_DEFAULT_SERVER: postgres

smtp-server:
image: ixdotai/smtp:latest
Expand Down

0 comments on commit c15b677

Please sign in to comment.