Skip to content
Snippets Groups Projects
Verified Commit ab267fef authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix readme.

parent ed45165a
No related branches found
No related tags found
No related merge requests found
# My Blog
## How add to swarm
Make sure the overlay network is created
Deploy the service
```
docker service create \
--name my-blog \
--constraint 'node.role == worker' \
--network internal-network \
registry.dbogatov.org/dbogatov/my-blog:latest
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment