Commit 5b4b859c authored by nanahira's avatar nanahira

fix

parent 27fcf425
...@@ -40,6 +40,7 @@ services: ...@@ -40,6 +40,7 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
{% if not web_port_occupied %}
squid: squid:
restart: always restart: always
image: datadog/squid image: datadog/squid
...@@ -52,7 +53,6 @@ services: ...@@ -52,7 +53,6 @@ services:
- '8080:3128' - '8080:3128'
{% endif %} {% endif %}
{% if not web_port_occupied %}
apt-cacher-ng: apt-cacher-ng:
restart: always restart: always
build: apt-cacher-ng-docker build: apt-cacher-ng-docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment