Added themes and modules directories
This commit is contained in:
parent
939199933d
commit
757edfa0dc
@ -5,6 +5,7 @@ services:
|
||||
|
||||
db:
|
||||
image: percona
|
||||
container_name: omeka-percona
|
||||
restart: always
|
||||
env_file:
|
||||
- sample.env
|
||||
@ -13,11 +14,15 @@ services:
|
||||
|
||||
omeka:
|
||||
image: omeka-docker-dev
|
||||
container_name: omeka-s
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:8080:8080
|
||||
volumes:
|
||||
- /home/tadziu/dev/omeka-s-docker/config/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./config/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./config/database.ini:/var/www/html/omeka-s/config/database.ini
|
||||
- ./assets/modules/:/var/www/html/omeka-s/modules/
|
||||
- ./assets/themes/:/var/www/html/omeka-s/themes/
|
||||
|
||||
#volumes:
|
||||
# omeka:
|
||||
|
Loading…
Reference in New Issue
Block a user