Point to the latest phpbb image in docker-compose examples

This commit is contained in:
selim13
2017-07-17 11:41:35 +03:00
parent 531efeb920
commit a269a0bf5f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
services: services:
phpbb: phpbb:
build: './3.1-apache' build: './3.2-apache'
ports: ports:
- '127.0.0.1:8000:80' - '127.0.0.1:8000:80'
volumes: volumes:

View File

@@ -8,7 +8,7 @@ volumes:
services: services:
phpbb: phpbb:
image: selim13/phpbb:3.1-apache image: selim13/phpbb:3.2-apache
ports: ports:
- '127.0.0.1:8000:80' - '127.0.0.1:8000:80'
volumes: volumes: