Skip to content

Commit fc3bab8

Browse files
author
Mike Holloway
committed
update README
1 parent 132016f commit fc3bab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Docker compose file for [TeamPass](https://teampass.net). Requires Docker swarm.
66

77
Edit docker-compose.yaml and replace fqdn.example.com with your swarm http address. TeamPass database credentials for later configuration are also found within this same file.
88

9-
MariaDB will initially deploy a container with --skip-networking enabled, which prevents TeamPass from connecting. You should bounce the stack after MariaDB first initializes before attempting to configure TeamPass. The script below will wait for the MariaDB container to come and then wait 2 minutes for it to initialize, but you can also just watch the container logs.
9+
MariaDB will initially deploy a container with --skip-networking enabled, which prevents TeamPass from connecting. You should bounce the stack after MariaDB first initializes before attempting to configure TeamPass. The script below will wait for the MariaDB container to come online and then wait 2 minutes for it to initialize, but you can also just watch the container logs.
1010

1111
```
1212
docker stack deploy -c docker-compose.yml teampass

0 commit comments

Comments
 (0)