Browse Source

Remove unused x-utility block from Docker Compose config (#150)

bitcoin-config
Luke Childs 4 years ago
committed by GitHub
parent
commit
401f57819e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docker-compose.yml

5
docker-compose.yml

@ -4,11 +4,6 @@ x-logging: &default-logging
options:
tag: "{{.Name}}"
x-utility: &default-utility
image: alpine:3.11
logging: *default-logging
network_mode: host
services:
tor:
container_name: tor

Loading…
Cancel
Save