Correction docker-compose
This commit is contained in:
parent
e094e9a0a4
commit
feaf837b7a
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
# {{ ansible_managed }}
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
mobilizon:
|
||||
image: framasoft/mobilizon:{{ docker_mobilizon_version }}
|
||||
|
@ -26,7 +24,6 @@ services:
|
|||
{% if docker_mobilizon_custom_config is true %}
|
||||
- ./config.exs:/etc/mobilizon/config.exs:ro
|
||||
{% endif %}
|
||||
# - ${PWD}/GeoLite2-City.mmdb:/var/lib/mobilizon/geo_db/GeoLite2-City.mmdb
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=traefik"
|
||||
|
|
Loading…
Reference in a new issue