Change service name in compose.yaml
sample
This commit is contained in:
parent
0813922f49
commit
6532cf6a77
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ To define a service in a =compose.yaml= file:
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
monero:
|
monero-node:
|
||||||
image: code.fosterhangdaan.com/foster/monero-node-container:0.18
|
image: code.fosterhangdaan.com/foster/monero-node-container:0.18
|
||||||
container_name: monero
|
container_name: monero-node
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Incoming peers
|
# Incoming peers
|
||||||
|
|
Loading…
Reference in a new issue