mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 21:02:24 +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:
|
||||
context: .
|
||||
dockerfile: ./data/infra/php.Dockerfile
|
||||
ports:
|
||||
- '8888:8888'
|
||||
volumes:
|
||||
- ./:/home/shlink/www
|
||||
- ./data/infra/php.ini:/usr/local/etc/php/php.ini
|
||||
|
|
Loading…
Reference in a new issue