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"
|
||||
|
||||
services:
|
||||
monero:
|
||||
monero-node:
|
||||
image: code.fosterhangdaan.com/foster/monero-node-container:0.18
|
||||
container_name: monero
|
||||
container_name: monero-node
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
# Incoming peers
|
||||
|
|
Loading…
Reference in a new issue