Skip to content

Commit

Permalink
Neuer Netzwerk-Name
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff committed May 9, 2024
1 parent d8dbeaa commit 558bdcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- MATOMO_DATABASE_SSL=false
networks:
- public
- matomo
restart: unless-stopped
logging:
driver: awslogs
Expand All @@ -36,6 +37,8 @@ services:
container_name: matomo_db
image: mariadb
command: --max-allowed-packet=64MB
networks:
- matomo
environment:
- MYSQL_ROOT_PASSWORD=${MATOMO_MYSQL_ROOT_PASSWORD}
- MYSQL_USER=matomo
Expand All @@ -57,5 +60,5 @@ volumes:
networks:
public:
external: true
internal:
matomo:
driver: overlay

0 comments on commit 558bdcc

Please sign in to comment.