Added omeka-docker-dev declaration
This commit is contained in:
parent
0c0ef44420
commit
939199933d
@ -11,3 +11,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3306:3306
|
- 127.0.0.1:3306:3306
|
||||||
|
|
||||||
|
omeka:
|
||||||
|
image: omeka-docker-dev
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:8080:8080
|
||||||
|
volumes:
|
||||||
|
- /home/tadziu/dev/omeka-s-docker/config/nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
|
||||||
|
#volumes:
|
||||||
|
# omeka:
|
||||||
|
# external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user