Skip to content

Commit 2bdc4bc

Browse files
authored
docs: Use relative paths
1 parent 1f79d83 commit 2bdc4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
services:
22
statping:
3-
container_name: statping
43
image: dockurr/statping
4+
container_name: statping
55
ports:
66
- 8080:8080
77
volumes:
8-
- /var/statping:/app
8+
- ./statping:/app
99
restart: always
1010
stop_grace_period: 1m

0 commit comments

Comments
 (0)