3.1-apache initial
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: '2'
|
||||
|
||||
volumes:
|
||||
phpbb-sqlite: {}
|
||||
phpbb-files: {}
|
||||
phpbb-store: {}
|
||||
phpbb-avatars: {}
|
||||
|
||||
services:
|
||||
phpbb:
|
||||
image: selim13/phpbb:3.1-apache
|
||||
ports:
|
||||
- '127.0.0.1:8000:80'
|
||||
volumes:
|
||||
- 'phpbb-sqlite:/phpbb/sqlite'
|
||||
- 'phpbb-files:/phpbb/www/files'
|
||||
- 'phpbb-store:/phpbb/www/store'
|
||||
- 'phpbb-avatars:/phpbb/www/images/avatars/upload'
|
||||
environment:
|
||||
#PHPBB_INSTALL: 'true'
|
||||
PHPBB_DB_AUTOMIGRATE: 'true'
|
||||
Reference in New Issue
Block a user