Skip to content

Commit

Permalink
Don't publish port, only expose
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Jan 13, 2024
1 parent 402f6cf commit 7fdedd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observium/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ services:
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD}
MARIADB_INITDB_SKIP_TZINFO: 1
MARIADB_MYSQL_LOCALHOST_USER: 1
ports:
- "${SQL_PORT:-127.0.0.1:13306}:3306"
expose:
- 3306
volumes:
- mariadb-data:/var/lib/mysql/
- /run/mysqld:/var/run/mysqld/
Expand Down

0 comments on commit 7fdedd7

Please sign in to comment.