Exposed port 8888 on php container for experimentation

This commit is contained in:
Alejandro Celaya 2022-01-15 16:52:48 +01:00
parent 91192a8a8f
commit a1366f0ef1

View file

@ -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