1
0
Fork 0

Change version config file and port number

pull/2/head
Fábio Mendes 2021-05-16 14:34:04 -04:00 committed by GitHub
parent b47f98a604
commit fde8208946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
version: '3' version: '3.8'
services: services:
web: web:
image: lwan image: lwan
db: db:
image: mariadb image: mariadb
ports: ports:
- "9090:9090" - "8080:8080"
environment: environment:
- MYSQL_ROOT_PASSWORD=password - MYSQL_ROOT_PASSWORD=password
- MYSQL_USER=user - MYSQL_USER=user