Skip to content

Commit a96ebe6

Browse files
committed
Update README.md
1 parent f6f3bb8 commit a96ebe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ add the below code snippets in "docker-compose.yml" file.
2424
node:
2525
depends_on:
2626
- webserver
27-
image: 'node:latest'
27+
image: 'node:latest'
2828
container_name: node
2929
networks:
3030
- backend
@@ -37,11 +37,11 @@ add the below code snippets in "docker-compose.yml" file.
3737
hostname: node
3838
restart: unless-stopped
3939
ports:
40-
- '3000:3000'
40+
- '3000:3000'
4141
environment:
4242
NODE_ENV: 'production'
4343
TZ: '${LOCAL_TIMEZONE}'
44-
labels:
44+
labels:
4545
- 'docker-volume-backup.stop-during-backup=true'
4646
command: bash -c 'apt-get update && apt-get upgrade -y && apt-get install -y openssh-server && service ssh start && npm init -y && tail -f /dev/null'
4747
```

0 commit comments

Comments
 (0)