mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-30 05:21:46 +03:00
Exposed port 8888 on php container for experimentation
This commit is contained in:
parent
91192a8a8f
commit
a1366f0ef1
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./data/infra/php.Dockerfile
|
dockerfile: ./data/infra/php.Dockerfile
|
||||||
|
ports:
|
||||||
|
- '8888:8888'
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/home/shlink/www
|
- ./:/home/shlink/www
|
||||||
- ./data/infra/php.ini:/usr/local/etc/php/php.ini
|
- ./data/infra/php.ini:/usr/local/etc/php/php.ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue