Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
btwlouis committed Dec 22, 2024
1 parent f2e25f5 commit 8896cf6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3'

services:
mariadb:
image: mariadb:latest
container_name: mariadb
ports:
- "1111:3306"
environment:
MYSQL_ROOT_PASSWORD: fivem_tracker
MYSQL_DATABASE: fivem_tracker
Expand All @@ -27,8 +27,6 @@ services:
- MYSQL_DATABASE=fivem_tracker
ports:
- "4000:4000"
depends_on:
- mariadb
networks:
- app_network

Expand Down

0 comments on commit 8896cf6

Please sign in to comment.