change docker-compose.yml to docker-compose.example.yml
This commit is contained in:
parent
1535bd5344
commit
9ef181df6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@ system/devices/**
|
|||||||
!system/devices/MikrotikPppoe.php
|
!system/devices/MikrotikPppoe.php
|
||||||
!system/devices/MikrotikHotspot.php
|
!system/devices/MikrotikHotspot.php
|
||||||
/.vs
|
/.vs
|
||||||
|
docker-compose.yml
|
@ -7,7 +7,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
environment:
|
environment:
|
||||||
TZ: Africa/Nairobi
|
TZ: Africa/Nairobi
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user