mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
adguard:
|
||||
image: adguard/adguardhome:latest
|
||||
container_name: adguard
|
||||
hostname: adguard
|
||||
image: adguard/adguardhome:latest
|
||||
ports:
|
||||
- 3000:3000/tcp # only required during initial setup
|
||||
- 8080:80/tcp # web interface after setup
|
||||
|
||||
Reference in New Issue
Block a user