fix typo
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
container_name: send2ereader
|
container_name: send2ereader
|
||||||
# Restart means, Automatic re-start the container after a shutdown unless manual stop container
|
# Restart means, Automatic re-start the container after a shutdown unless manual stop container
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# ports means, Bind external and internal docker ports, only change the external port, not the internal port
|
# Ports means, Bind external and internal docker ports, only change the external port, not the internal port
|
||||||
# Arquitecture: <External Port>:<Internal Port>
|
# Format: <External Port>:<Internal Port>
|
||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
|
|||||||
Reference in New Issue
Block a user